Skip to content

re-assigning worker_extra_args instead of altering it with +=#591

Merged
guillaumeeb merged 1 commit into
dask:mainfrom
jolange:fix_589
Oct 3, 2022
Merged

re-assigning worker_extra_args instead of altering it with +=#591
guillaumeeb merged 1 commit into
dask:mainfrom
jolange:fix_589

Conversation

@jolange

@jolange jolange commented Oct 3, 2022

Copy link
Copy Markdown
Contributor

Because worker_extra_args is assigned to a config value. With += the config value is changed every time, so the args will be appended again for each job resulting in #589.

It's a regression from #576.

Fixes #589

CC @guillaumeeb @theXYZT

Because `worker_extra_args` is assigned to a config value. With `+=`
the config value is changed every time, so the args will be appended
again for each job resulting in dask#589.

It's a regression from dask#576.

Fixes dask#589
@jolange

jolange commented Oct 3, 2022

Copy link
Copy Markdown
Contributor Author

@guillaumeeb , a bit of a silly request: Would you mind adding a label hacktoberfest-accepted to this PR to make it count for Hacktoberfest?
(One can also tag a whole repo with hacktoberfest. That may attract contributions, but might also lead to unwanted "spam" PRs...)

@guillaumeeb

Copy link
Copy Markdown
Member

I created a new label, is this OK?

@jolange

jolange commented Oct 3, 2022

Copy link
Copy Markdown
Contributor Author

@guillaumeeb perfect, thanks! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cluster keeps appending "interface" flag to job script

2 participants